ArcGIS Runtime SDK for WPF - Library Reference
LabelPointsTaskAsync(IList<Graphic>,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > LabelPointsTaskAsync Method : LabelPointsTaskAsync(IList<Graphic>,CancellationToken) Method

graphics
The graphics used to calculate label points.
cancellationToken
The cancellation token.
Generates a set of points suitable for displaying labels for the given set of Graphics.

Syntax

Visual Basic (Declaration) 
Public Overloads Function LabelPointsTaskAsync( _
   ByVal graphics As IList(Of Graphic), _
   ByVal cancellationToken As CancellationToken _
) As Task(Of LabelPointsResult)

Parameters

graphics
The graphics used to calculate label points.
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.